Use QDataStream for Geogrid-Viewer binary files
authorRalf Horstmann <ralf+github@ackstorm.de>
Sat, 16 Jan 2016 13:50:09 +0000 (14:50 +0100)
committerRalf Horstmann <ralf+github@ackstorm.de>
Sun, 17 Jan 2016 11:50:04 +0000 (12:50 +0100)
commitddce88a1586871bc8340940887943fb86f5fb81e
tree3cdf705cbee071ba9b50de29f5b89b062b099f65
parent8f44924af281b38853631d0d78f4d3fcecf78912
Use QDataStream for Geogrid-Viewer binary files

This eliminates the need to do the manual endianess handling
and converting binary data into a double. Works on SPARC64
as well (big endian).
ggv_bin.cc